FragmentAnalysis

data class FragmentAnalysis(val fragmentReference: String, val isDefined: Boolean)

A simple data class that defines a fragment reference (by name), and whether or not it was defined with some graphql content.

Author

eschlenz

Constructors

Link copied to clipboard
constructor(fragmentReference: String, isDefined: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard